We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c73dc commit 495465fCopy full SHA for 495465f
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37
run: npx semantic-release
38
- name: Install, build, and upload your site output
39
- uses: withastro/action@v3
+ uses: withastro/action@v4
40
with:
41
# path: . # The root location of your Astro project inside the repository. (optional)
42
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
0 commit comments