Skip to content

Commit

Permalink
Merge pull request #2 from asteurer/main
Browse files Browse the repository at this point in the history
fixing bug in actions
  • Loading branch information
asteurer authored Aug 21, 2024
2 parents e67d90e + 37d5d90 commit 1c2a154
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
PROGRAM_NAME: verman
SPIN_VERSION: v2.7.0
jobs:
jobs:
build:
name: Build plugin binaries
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,10 +53,12 @@ jobs:
path: |
*.tar.gz
*.json
package:
name: Package Plugin
runs-on: ubuntu-latest
permissions:
contents: write
needs: build
if: github.event_name == 'push'
steps:
Expand Down

0 comments on commit 1c2a154

Please sign in to comment.