Skip to content

Commit

Permalink
chore: get current tag
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 3, 2023
1 parent 5c41039 commit 8ec7018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: npm version ${{ inputs.semver }} --no-git-tag-version --workspaces --no-workspaces-update
# - run: npm version ${{ inputs.semver }} --no-git-tag-version --workspaces --no-workspaces-update

- name: generate new version and save to env variable
id: get_version
run: |
echo "NEW_VERSION=$(cat < apps/web/package.json | jq -r .version)" >> "$GITHUB_OUTPUT"
echo "NEW_VERSION=${GITHUB_REF##*/}$" >> "$GITHUB_OUTPUT"
- name: Generate release notes
uses: actions/github-script@v7
Expand Down

0 comments on commit 8ec7018

Please sign in to comment.