Skip to content

Commit

Permalink
Debugging Server for #env -r
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 22, 2024
1 parent 1566820 commit 909c109
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- run: git branch main 5f136ab

- name: Create env file and Navigate to server directory
run: |
Expand All @@ -55,16 +57,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'

- run: npm ci

- name: Dotenv Action
# You may pin to the exact commit or the version.
# uses: falti/dotenv-action@1fd84c8ebe23bc2523c13de6cd1ab8a26e6571e5
uses: falti/[email protected]
with:
log-variables: true

- run: npm cache clean --force
- run: npm ci

- run: |
echo "____________"
Expand Down

0 comments on commit 909c109

Please sign in to comment.