Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 16, 2024
1 parent e199f1f commit 1bc179a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Release"
on:
workflow_call:
workflow_dispatch:
# defaults:
# run:
# shell: bash
# permissions:
# contents: write
# packages: write
defaults:
run:
shell: bash
permissions:
contents: write
packages: write


jobs:
Expand Down Expand Up @@ -120,9 +120,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Change file permissions
run: sudo find ../ -type d -exec chmod 777 {} +

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 1bc179a

Please sign in to comment.