Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagolobocastro committed Jan 31, 2024
1 parent ee2f934 commit 7e169ce
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: Publish Release Artifacts
on:
release:
types: [published]
push:
branches:
- test
jobs:
publish-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download Artifacts
- name: Approve
run: |
echo "Release Tag: ${{ github.event.release.tag_name }}"
./scripts/github/release-artifacts.sh --tag "${{ github.event.release.tag_name }}" --workflow "Release Artifacts" --repo-org "${{ github.repository_owner }}" download
gh pr review 413 --approve
env:
GITHUB_TOKEN: ${{ secrets.ORG_CI_GITHUB }}
- name: Upload Artifacts
- name: Approve
run: |
repos="mayastor-extensions mayastor-control-plane mayastor"
./scripts/github/release-artifacts.sh --tag "${{ github.event.release.tag_name }}" --repo-org "${{ github.repository_owner }}" --upload "$repos" upload
gh pr review 413 --approve
env:
GITHUB_TOKEN: ${{ secrets.ORG_CI_GITHUB }}
GITHUB_TOKEN: ${{ secrets.ORG_CI_GITHUB_2 }}

0 comments on commit 7e169ce

Please sign in to comment.