Skip to content

Commit

Permalink
Revert to the old push action release
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinLorenzo committed Feb 5, 2023
1 parent 5849616 commit c7e9e6b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ipq807x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ jobs:
run: echo "NOW=$(date +%F-%H%M)" >> $GITHUB_ENV

- name: Create a release
uses: "ncipollo/release-action@v1"
uses: "lauravuo/action-automatic-releases@test-changes"
with:
name: "Updated prebuilt images ${{ env.NOW }}"
commit: "ipq807x-5.15-als_bitthief"
tag: "ipq807x-${{ env.NOW }}"
generateReleaseNotes: true
makeLatest: true
artifacts: bin/targets/ipq807x/generic/*
token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
title: "Updated prebuilt images ${{ env.NOW }}"
automatic_release_tag: "ipq807x-${{ env.NOW }}"
auto_generate_release_notes: true
files: bin/targets/ipq807x/generic/*

0 comments on commit c7e9e6b

Please sign in to comment.