Skip to content

Commit

Permalink
TEMP ci: set parameters for my own tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 21, 2021
1 parent 1270e5e commit d4c9fdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tag-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Create new `git tag`, create new GitHub release and publish to NPM
on:
push:
branches:
- master
- ci-create-workflow-publish-npm

jobs:
create-git-tag:
Expand All @@ -24,6 +24,10 @@ jobs:
# Required to ensure git history is properly checked:
# https://github.com/salsify/action-detect-and-tag-new-version/blob/v2.0.1/README.md?plain=1#L11
fetch-depth: 2
# for testing, see:
# - https://github.com/salsify/action-detect-and-tag-new-version/issues/6#issuecomment-853897479
# - https://github.com/actions/checkout/tree/v2#usage
ref: ci-create-workflow-publish-npm

- name: Detect and tag new version
id: detect-and-tag-new-version
Expand Down Expand Up @@ -67,6 +71,6 @@ jobs:
run: yarn install --frozen-lockfile

- name: Publish to NPM
run: npm publish
run: npm publish --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-embedded",
"version": "2.2.0",
"version": "2.2.0-alpha.0",
"description": "Control how your Ember applications boot in non-Ember pages/apps.",
"homepage": "https://github.com/peopledoc/ember-cli-embedded",
"keywords": [
Expand Down

0 comments on commit d4c9fdc

Please sign in to comment.