Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
reimarstier committed Apr 29, 2024
1 parent e245fd8 commit 8ee4ff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+


jobs:
build:
name: Build cannelloni for all architectures
runs-on: ["ubuntu-latest"]
permissions:
contents: write
steps:
- name: Checkout Sources
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand All @@ -18,6 +19,6 @@ jobs:
run: ./build.sh

- uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
name: "Create release {{ env.VERSION }}"
name: "Create release"
with:
artifacts: "out/*.tar.gz"

0 comments on commit 8ee4ff1

Please sign in to comment.