Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
psalmsin1759 committed Aug 31, 2023
1 parent 3d68a3f commit 49c484f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release Laravel App
on:
push:
tags:
- "*"
branches:
- main

jobs:
release:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MYTOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down

0 comments on commit 49c484f

Please sign in to comment.