Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 24, 2024
1 parent 1112a67 commit de7d098
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
release-job:
needs: [build-job]
runs-on: ubuntu-latest
steps:
- name: Publish release
run: |
echo "test"
needs: build-job
runs-on: ubuntu-latest
steps:
- name: Publish release
run: |
echo "test"

0 comments on commit de7d098

Please sign in to comment.