Skip to content

Commit

Permalink
fixed: bad file sets for v3.11, 3.12 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Dec 16, 2023
1 parent 769b076 commit ca2d023
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add latest tag to new release
on:
release:
types: [published]
workflow_dispatch:

jobs:
run:
name: Run local action
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master

- name: Run latest-tag
uses: EndBug/latest-tag@v1
with:
description: This tag has been auto-generated by this action.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca2d023

Please sign in to comment.