Skip to content

Commit

Permalink
ci: bump script manually to v1.1.8 because not yet automated
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Nov 7, 2023
1 parent 9403a5b commit 7900571
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
run: |
curl \
-L \
-o rules_pact-v1.1.7.tar.gz \
https://github.com/opicaud/rules_pact/archive/refs/tags/v1.1.7.tar.gz
-o rules_pact-v1.1.8.tar.gz \
https://github.com/opicaud/rules_pact/archive/refs/tags/v1.1.8.tar.gz
- name: CREATE RELEASE
id: create-release
uses: ncipollo/[email protected]
with:
name: rules_pact v1.1.7
tag: v1.1.7
name: rules_pact v1.1.8
tag: v1.1.8
allowUpdates: true
draft: true
artifactErrorsFailBuild: true
updateOnlyUnreleased: true
generateReleaseNotes: false
artifacts: >-
rules_pact-v1.1.7.tar.gz
rules_pact-v1.1.8.tar.gz

0 comments on commit 7900571

Please sign in to comment.