Skip to content

Commit

Permalink
ci(fix): Fix deploy-alpine workflow (maybe) (#2259)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson authored Nov 11, 2024
1 parent 020f6d1 commit 22fb6aa
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: actions/checkout@v4
- name: Retrieve release artifacts
id: artifacts
run: |
Expand All @@ -34,11 +35,10 @@ jobs:
gh release download ${TAG_NAME} --skip-existing -p gomplate_linux-amd64
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
- uses: actions/checkout@v4
- name: checkout alpinelinux/aports
run: |
git config --global user.name "${{ vars.USERNAME }}"
git config --global user.email "${{ secrets.EMAIL }}"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git clone https://gitlab.alpinelinux.org/hairyhenderson/aports.git
git remote add upstream https://gitlab.alpinelinux.org/alpine/aports.git
cd aports
Expand Down Expand Up @@ -69,12 +69,6 @@ jobs:
lab mr create --allow-collaboration \
-m "community/gomplate: upgrade to ${VERSION}" \
-m "https://github.com/${{ github.repository }}/releases/tag/${TAG_NAME}"
- name:
run: |
echo "Triggered by release ${{ github.event.release.tag_name }}"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
deploy-homebrew:
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 22fb6aa

Please sign in to comment.