Skip to content

Commit 7d1c8cc

Browse files
committed
Bumped actions node version to 24 to resolve build warning fieldcapture#3715
1 parent 6563c53 commit 7d1c8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: pre-release-version
4141
uses: adobe/update-prerelease-npm-version@4dea8f295023f5b18126afd79bae1057a5b92d6e #v1.2.0
4242

43-
- run: npm publish --tag=${{ steps.pre-release-version.outputs.tag }}
43+
- run: npm publish --tag=snapshot
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

0 commit comments

Comments
 (0)