Skip to content
Snippets Groups Projects
Commit 82b27b36 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

test

parent 5fb99ef3
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,18 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Release tag
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
- name: Overwrite file
uses: "DamianReeves/write-file-action@master"
with:
path: ./.osuny-theme-version
write-mode: overwrite
contents: echo "$GITHUB_REF_NAME"
contents: ${{ github.ref_name }}"
- name: Commit & Push
uses: Andro999b/push@v1.3
with:
......@@ -32,6 +37,7 @@ jobs:
# - name: GitHub Tag Name
# run: |
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
# - name: Get current version
# uses: dolittle/write-version-to-file-action@v2
# with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment