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

debug

parent 7c63b651
No related branches found
Tags v0.9.8
No related merge requests found
on:
push:
tags:
- '*'
release:
types: [published]
......@@ -10,10 +13,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- 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:
version: test
version: ${{ github.ref_name }}
path: ./.osuny-theme-version
user-email: osuny@noesya.coop
user-name: osuny-bot
......
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