Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
munapower committed Jan 26, 2024
1 parent 67e9d8f commit 9b47a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/first.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
path: .
release:
name: Run custom action
needs: test
needs: build
runs-on: ubuntu-latest
steps:
- name: Create release
uses: munapower/munaActions@master
uses: munapower/munaActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b47a0d

Please sign in to comment.