We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a02a4 commit d0c7db7Copy full SHA for d0c7db7
.github/workflows/page-site.yml
@@ -22,20 +22,19 @@ jobs:
22
- run: npm ci
23
- run: npm run docs:build
24
- name: Create Tag
25
- uses: jaywcjlove/create-tag-action@main
+ uses: jaywcjlove/create-tag-action@v1.3.20
26
if: ${{ github.ref == 'refs/heads/master' }}
27
id: create_tag
28
with:
29
token: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Create Release
32
33
if: steps.create_tag.outputs.successful
34
id: tag_release
35
36
release: true
37
38
- tag: ${{ steps.create_tag.outputs.version }}
39
40
- name: Publish to Cloudflare Pages
41
uses: cloudflare/pages-action@v1
0 commit comments