Skip to content

Commit

Permalink
feat: adding elixir set up and removing package json also trying to e…
Browse files Browse the repository at this point in the history
…xport release version and tag version, adding elixir hello world file, aptget install missing lib, show version
  • Loading branch information
bbatist-ban committed Feb 26, 2024
1 parent 4a44482 commit 928c61e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
- name: release
run: npx -p @semantic-release/changelog -p @semantic-release/exec semantic-release

- name: Validate VERSION-TAG.env
run: ls

- name: Set variables
run: |
VER=$(cat VERSION-TAG.env)
echo "RELEASE_VERSION -> ${{ env.RELEASE_VERSION }}"
echo "NEXT_RELEASE_VERSION -> ${{ env.NEXT_RELEASE_VERSION }}"
echo "$VER"
echo "VERSION=$VER" >> $GITHUB_ENV
echo "RELEASE_VERSION=$VER" >> $GITHUB_ENV
- name: Show files
run: ls

0 comments on commit 928c61e

Please sign in to comment.