Skip to content

Commit 4fb41a0

Browse files
authored
Merge pull request #117 from tangrufus/publish-action
Update a major tag to point to the latest release
2 parents b49449f + 5bba2e3 commit 4fb41a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
steps:
14+
- uses: actions/checkout@v5
15+
- uses: actions/[email protected]
16+
with:
17+
source-tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)