Skip to content

Commit

Permalink
fix: set initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 21, 2022
1 parent c14fe35 commit 2da646f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ runs:
run: |
if [[ "$REF" == *"-"* ]]
then
echo "::set-output name=npm_tag::next"
echo "npm_tag=next" >> $GITHUB_OUTPUT
else
echo "::set-output name=npm_tag::latest"
echo "npm_tag=latest" >> $GITHUB_OUTPUT
fi
env:
REF: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sbb-esta/pictograms",
"version": "0.0.0",
"version": "0.0.1",
"description": "Pictogram package for the SBB organization",
"repository": "https://github.com/sbb-design-systems/sbb-pictograms.git",
"author": "ESTA",
Expand Down

0 comments on commit 2da646f

Please sign in to comment.