Skip to content

Commit

Permalink
CI fix - need to checkout before checking tag
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Mar 29, 2024
1 parent 4b545b2 commit 57a0877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
verify_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- run: |
TAG_VERSION=${GITHUB_REF#refs/tags/v}
PACKAGE_VERSION=$(node -p "require('./packages/nx-firebase/package.json').version")
Expand Down

0 comments on commit 57a0877

Please sign in to comment.