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

update versioning.yml #365

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
harjotgill marked this conversation as resolved.
Show resolved Hide resolved

jobs:
actions-tagger:
runs-on: windows-latest
runs-on: ubuntu-latest
harjotgill marked this conversation as resolved.
Show resolved Hide resolved
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true
- name: Run latest-tag
uses: EndBug/latest-tag@latest
harjotgill marked this conversation as resolved.
Show resolved Hide resolved