Skip to content

Commit 6eab469

Browse files
authored
Merge pull request #2507 from PolicyEngine/test-tag-publish
Created automatic tag release
2 parents 1aa9622 + 970e54f commit 6eab469

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
uses: actions/setup-python@v5
9191
with:
9292
python-version: "3.11"
93+
- name: Publish Git Tag
94+
run: ".github/publish-git-tag.sh"
9395
- name: GCP authentication
9496
uses: "google-github-actions/auth@v2"
9597
with:

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
added:
4+
- test automatic git tag publish

0 commit comments

Comments
 (0)