Skip to content

Commit

Permalink
finalized release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Jan 10, 2025
1 parent ce4addc commit cea27e4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,13 @@ jobs:
scope: '@qualipool'

######
## Update version and create tag and push to main
## Update version
######
- name: Bump version in package.json
uses: reedyuk/npm-version@15e0d016f632fe38bbb704910b8359f23262deb7 # 1.2.2
with:
version: ${{ github.event.release.tag_name }}

- name: Commit files, create tag and push to remote
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
with:
message: ${{ github.event.release.tag_name }}
default_author: user_info
push: 'true'
tag: v${{ github.event.release.tag_name }}
github_token: ${{ github.token }}

######
## Build package and publish it to GitHub packages
######
Expand Down

0 comments on commit cea27e4

Please sign in to comment.