Skip to content

Commit

Permalink
chore: trigger release for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Nov 18, 2024
1 parent 8382f8e commit 033f748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release CI

on:
pull_request:
push:
branches: [master]
workflow_dispatch:
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
GIT_SIGNING_KEY: ${{ secrets.GIT_SIGNING_KEY }}

- name: Release patch:beta
if: github.event_name == 'push'
run: |
git reset --hard
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": "@agoric/synpress",
"version": "3.8.3-beta.2",
"version": "3.8.4",
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.",
"keywords": [
"Synpress",
Expand Down

0 comments on commit 033f748

Please sign in to comment.