Skip to content

Commit

Permalink
fix: fix version in MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Nov 7, 2023
1 parent 7900571 commit 9a4781c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.8.tar.gz \
https://github.com/opicaud/rules_pact/archive/refs/tags/v1.1.8.tar.gz
-o rules_pact-v1.1.9.tar.gz \
https://github.com/opicaud/rules_pact/archive/refs/tags/v1.1.9.tar.gz
- name: CREATE RELEASE
id: create-release
uses: ncipollo/[email protected]
with:
name: rules_pact v1.1.8
tag: v1.1.8
name: rules_pact v1.1.9
tag: v1.1.9
allowUpdates: true
draft: true
artifactErrorsFailBuild: true
updateOnlyUnreleased: true
generateReleaseNotes: false
artifacts: >-
rules_pact-v1.1.8.tar.gz
rules_pact-v1.1.9.tar.gz
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name="rules_pact",
version="1.1.5",
version="1.1.9",
compatibility_level = 1,
)

Expand Down

0 comments on commit 9a4781c

Please sign in to comment.