We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0756405 commit 069ea00Copy full SHA for 069ea00
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: Release CI
2
on:
3
release:
4
+ types: [published]
5
jobs:
6
publish:
7
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-themed-stylesheet",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "React Native StyleSheets with Theming Support",
"author": "Andre Pedroza",
"license": "MIT",
0 commit comments