Skip to content

Commit

Permalink
Use version
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 9, 2020
1 parent 29b5b1a commit 3a08a04
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ on:
release:
types: [published]

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

- name: Run latest-tag
uses: ./.
with:
description: This tag has been auto-generated by this action.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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 3a08a04

Please sign in to comment.