Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
illiteratewriter committed Oct 25, 2024
1 parent d8c00c6 commit ab06fd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ permissions:

on:
push:
branches:
- master
tags:
- v[0-9]+.*

jobs:
create-release:
Expand All @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
# (optional) Path to changelog.
# (required) GitHub token for creating GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ab06fd5

Please sign in to comment.