Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly authored Jul 17, 2023
1 parent 8e666e7 commit 3659720
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Test
name: Version

on:
workflow_dispatch:

jobs:
build:
version:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Run a one-line script
run: |
VERSION=${GITHUB_REF#refs/tags/} \
echo $VERSION
run: echo ${GITHUB_REF#refs/tags/}

0 comments on commit 3659720

Please sign in to comment.