Skip to content

Commit

Permalink
fix pipeline release and tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Jan 18, 2024
1 parent c5112eb commit 7c2c0ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "$RELEASE_VERSION" \
gh release create "v$RELEASE_VERSION" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${RELEASE_VERSION#v}" \
--title="v${RELEASE_VERSION#v}" \
--generate-notes
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 1.1.1 - 1/17/24
Update pipeline with fixed tag and release naming.

## 1.1.1 - 1/17/24
Update pipeline to not use deprecated release action.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple configuration manager for different environments",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7c2c0ac

Please sign in to comment.