Skip to content

Commit

Permalink
updating action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrownicholas committed Jun 14, 2024
1 parent b5b4de6 commit 2da7932
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ jobs:
tag: ${{ env.VERSION }}
artifacts: "VERSION.txt,google-app-version.deb"
makeLatest: true

- name: create GitHub Actions release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: ${{ env.VERSION }}
files: |
*

0 comments on commit 2da7932

Please sign in to comment.