Skip to content

Commit

Permalink
next try with 2024.04.10
Browse files Browse the repository at this point in the history
  • Loading branch information
magenbrot committed Apr 19, 2024
1 parent 041723c commit eef70a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
gh release create "$tag" \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffpostcreator",
"version": "2024.04.9",
"version": "2024.04.10",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit eef70a6

Please sign in to comment.