Skip to content

Commit

Permalink
Workflow Update #4
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieDover committed Sep 18, 2023
1 parent eee8405 commit ce22895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

strategy:
matrix:
Expand Down Expand Up @@ -58,6 +60,5 @@ jobs:
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './deploy/module.json,./deploy/module.zip'
tag: ${{ steps.get-version.outputs.version }}

0 comments on commit ce22895

Please sign in to comment.