Skip to content

Commit

Permalink
chore: remove nightly from name
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent 35558c1 commit 6c3ab46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
fromTag: ${{ github.ref_name }}
toTag: ${{ steps.previous_tag.outputs.previous_tag }}
fromTag: ${{ steps.previous_tag.outputs.previous_tag }}
toTag: ${{ github.ref_name }}
writeToFile: false

- name: Bump package version
run: npx standard-version --prerelease nightly
run: npx standard-version

- name: Get current tag
id: current_tag
Expand Down

0 comments on commit 6c3ab46

Please sign in to comment.