Skip to content

Commit

Permalink
Merge pull request #497 from alphagov/publish-fixes
Browse files Browse the repository at this point in the history
Publish fixes
  • Loading branch information
gidsg committed Jan 26, 2021
2 parents 7924db5 + d85b046 commit f2434f2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DM_GITHUB_TOKEN }}
with:
tag_name: ${{ steps.package_version.outputs.package-version }}
release_name: Release v${{ steps.package_version.outputs.package-version }}
release_name: Release ${{ steps.package_version.outputs.package-version }}
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
@@ -1,10 +1,9 @@
{
"name": "digitalmarketplace-frontend-toolkit",
"description": "A toolkit for design patterns used across Digital Marketplace projects",
"version": "36.1.1-beta.0",
"version": "36.1.1-beta.1",
"repository": "git@github.com:alphagov/digitalmarketplace-frontend-toolkit.git",
"author": "enquiries@digitalmarketplace.service.gov.uk",
"private": true,
"engines": {
"node": "^10.15"
},
Expand Down

0 comments on commit f2434f2

Please sign in to comment.