Skip to content

Commit 0061972

Browse files
committed
changes action
1 parent f9f3ebb commit 0061972

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deployments.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
- run: npm run -loglevel ${NPM_DEBUG_LEVEL} gulp deploy:linux-ia32:pacman:nodep
4848
#
4949
- run: ls && echo "123" && ls dist
50-
- name: Release
51-
uses: softprops/action-gh-release@v1
52-
if: startsWith(github.ref, 'refs/tags/')
50+
- uses: "marvinpinto/action-automatic-releases@10bdce6"
5351
with:
52+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
5453
prerelease: true
5554
files: |
5655
dist/yakyak-${{ steps.env-variables.outputs.version }}-linux-amd64.deb
@@ -70,8 +69,6 @@ jobs:
7069
#
7170
# - "dist/com.github.yakyak.YakYak_master_x64.flatpak"
7271
# # - "dist/com.github.yakyak.YakYak_master_ia32.flatpak"
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7572
# - name: Create Release
7673
# id: create_release
7774
# uses: actions/create-release@v1

0 commit comments

Comments
 (0)