Skip to content

Commit

Permalink
Merge pull request #2 from FFXIV-CombatReborn/build-edits
Browse files Browse the repository at this point in the history
adding perms to publish workflow
  • Loading branch information
LTS-FFXIV authored Jul 4, 2024
2 parents 7737e42 + c4221d7 commit 7d08ad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
tags:
- '*.*.*.*'
jobs:
build_and_test:

Build:
permissions:
contents: write
runs-on: windows-latest

steps:
- name: Get Environment Variables
run: |
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: ./build/EasyZoomReborn.zip
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d08ad8

Please sign in to comment.