Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 1967195

Browse files
authored
update versioning.yml (#365)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI **Chore:** - Updated the trigger for `versioning.yml` workflow to activate on push events to the `main` branch instead of release events. - Switched the operating system in the workflow from Windows to Ubuntu. - Upgraded the action used to tag the latest version. > 🎉 Ubuntu takes the stage, no more Windows cage, > On push to main, our workflow now engage. > Tagging versions with a new sage, > In the book of our code, we turn a new page. 🚀 <!-- end of auto-generated comment: release notes by openai -->
1 parent 75a8561 commit 1967195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/versioning.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Tag latest
22

33
on:
4-
release:
5-
types: [published, edited]
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
actions-tagger:
9-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1011
steps:
11-
- uses: Actions-R-Us/actions-tagger@latest
12-
with:
13-
publish_latest_tag: true
12+
- name: Run latest-tag
13+
uses: EndBug/latest-tag@latest

0 commit comments

Comments
 (0)