Skip to content

Commit

Permalink
chore: proper ref
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 5, 2024
1 parent 022962d commit 9ac5fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# TODO: remove this after testing
ref: ${{ github.ref }}
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"
- uses: ./.github/actions/release-commenter
continue-on-error: true
Expand Down

0 comments on commit 9ac5fd6

Please sign in to comment.