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

Commit

Permalink
update versioning.yml (#365)
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
harjotgill authored Jul 14, 2023
1 parent 75a8561 commit 1967195
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tag latest

on:
release:
types: [published, edited]
push:
branches:
- main

jobs:
actions-tagger:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true
- name: Run latest-tag
uses: EndBug/latest-tag@latest

0 comments on commit 1967195

Please sign in to comment.