Skip to content

Commit

Permalink
ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Jan 4, 2024
1 parent ab28683 commit e208afb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
working-directory: ${{ matrix.plugindir }}
run: |
echo "CWD=$(pwd)"
echo "PLUGIN_ID=$(yq '.Id' .\extension.yaml)" >> $GITHUB_ENV
echo "PLUGIN_NAME=$(yq '.Name' .\extension.yaml)" >> $GITHUB_ENV
echo "PLUGIN_VERSION=$(yq '.Version' .\extension.yaml)" >> $GITHUB_ENV
echo "TAG_NAME=$(yq '.Id' .\extension.yaml)-v$(yq '.Version' .\extension.yaml)" >> $GITHUB_ENV
echo "PLUGIN_ID=$(yq '.Id' extension.yaml)" >> $GITHUB_ENV
echo "PLUGIN_NAME=$(yq '.Name' extension.yaml)" >> $GITHUB_ENV
echo "PLUGIN_VERSION=$(yq '.Version' extension.yaml)" >> $GITHUB_ENV
echo "TAG_NAME=$(yq '.Id' extension.yaml)-v$(yq '.Version' extension.yaml)" >> $GITHUB_ENV
- name: Read previous tag
run: |
Expand Down

0 comments on commit e208afb

Please sign in to comment.